After RVTest has been properly configured then it is time to start writing tests.
See MessageComparisonTest for examples of comparing TibrvMsgs using RVTestCase.
Functional tests driven from Fixtures. First create a test fixture. RV Test Fixtures can be created in many ways. An example XML Fixture using inlined RV Message Fields is available.
After the test fixture is created it must be run. Create a new test class that extends FunctionalTestCase. In this class create a test method that loads and runs the testcase. For an an example of a class that runs a fixture see ExampleFunctionalTest
TibrvRequestReplyTestCase is similar to FunctionalTestCase with a few differences.
A request reply fixture has the following requirements:
performRequestReplyTest(RvFixture) will process the fixture with the above rules.